home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / MULTIP.PAK / MPADMAC.R < prev    next >
Text File  |  1997-05-06  |  4KB  |  215 lines

  1. #include    "resource.h"
  2.  
  3. /////////////////////////////////////////////////////////////////////////
  4. // WLM resources
  5.  
  6. #include    "ftab.r"
  7. #include    "mrc\types.r"
  8. #include    "mrc\balloons.r"
  9. #include        "systypes.r"
  10.  
  11.  
  12. /////////////////////////////////////////////////////////////////////////
  13. // MFC resources
  14.  
  15. #include    "afxaete.r"
  16.  
  17.  
  18. /////////////////////////////////////////////////////////////////////////
  19. // Code fragment resources
  20.  
  21. #include    "CodeFrag.r"
  22.  
  23.  
  24. /////////////////////////////////////////////////////////////////////////
  25. // MultiPad resources
  26.  
  27. resource 'SIZE' (-1)
  28. {
  29.     reserved,
  30.     acceptSuspendResumeEvents,
  31.     reserved,
  32.     canBackground,
  33.     doesActivateOnFGSwitch,
  34.     backgroundAndForeground,
  35.     dontGetFrontClicks,
  36.     ignoreAppDiedEvents,
  37.     is32BitCompatible,
  38.     isHighLevelEventAware,
  39.     localAndRemoteHLEvents,
  40.     isStationeryAware,
  41.     dontUseTextEditServices,
  42.     reserved,
  43.     reserved,
  44.     reserved,
  45. #ifdef _MPPC_
  46.     2500 * 1024,
  47.     2500 * 1024
  48. #else    // 68K Mac
  49. #ifdef _DEBUG
  50.     3000 * 1024,
  51.     3000 * 1024
  52. #else
  53.     2000 * 1024,
  54.     2000 * 1024
  55. #endif
  56. #endif
  57. };
  58.  
  59. resource 'vers' (1)
  60. {
  61.     0x01,
  62.     0x00,
  63.     final,
  64.     0x00,
  65.     verUS,
  66.     "1.0",
  67.     "MultiPad 1.0, Copyright \251 Microsoft Corp. 1994-1995"
  68. };
  69.  
  70. resource 'vers' (2)
  71. {
  72.     0x04,
  73.     0x00,
  74.     final,
  75.     0x00,
  76.     verUS,
  77.     "4.0",
  78.     "MFC for Macintosh 4.0"
  79. };
  80.  
  81. resource 'kind' (128)
  82. {
  83.     'MPAD',
  84.     0,          // verUS
  85.     {
  86.         'TEXT', "MultiPad text document",
  87.     }
  88. };
  89.  
  90. resource 'open' (128)
  91. {
  92.     'MPAD',
  93.     {
  94.         'TEXT', 'ttro'
  95.     }
  96. };
  97.  
  98. resource 'BNDL' (128)
  99. {
  100.     'MPAD',
  101.     0,
  102.     {
  103.         'FREF',
  104.         {
  105.             0, 128,
  106.             1, 129,
  107.             2, 130
  108.         },
  109.         'ICN#',
  110.         {
  111.             0, IDR_MAINFRAME,
  112.             1, IDR_TEXTTYPE,
  113.             2, 130
  114.         }
  115.     }
  116. };
  117.  
  118. type 'MPAD' as 'STR ';
  119. resource 'MPAD' (0)
  120. {
  121.     "MultiPad 1.0 Copyright ⌐ 1994-1995 Microsoft Corp."
  122. };
  123.  
  124. resource 'FREF' (128)
  125. {
  126.     'APPL',
  127.     0,
  128.     ""
  129. };
  130.  
  131. resource 'FREF' (129)
  132. {
  133.     'TEXT',
  134.     1,
  135.     ""
  136. };
  137.  
  138. resource 'FREF' (130) {
  139.     'sEXT',
  140.     2,
  141.     ""
  142. };
  143.  
  144. /* Balloon help resources */
  145.  
  146. resource 'hfdr' (-5696)
  147. {
  148.     HelpMgrVersion, hmDefaultOptions, 0, 0,
  149.     {
  150.         HMSTRResItem {500}
  151.     }
  152. };
  153.  
  154. resource 'hovr' (1000)
  155. {
  156.     HelpMgrVersion, hmDefaultOptions, 0, 0,
  157.  
  158.         HMStringItem    /* missing items override */
  159.         {
  160.             "Miscellaneous part of the Microsoft MultiPad "
  161.             "Sample Application."
  162.         },
  163.         {
  164.             HMSkipItem {},  /* title bar */
  165.             HMSkipItem {},  /* reserved. always skip item here */
  166.             HMStringItem    /* close box */
  167.             {
  168.                 "Click here to close the Microsoft MultiPad "
  169.                 "Sample Application."
  170.             },
  171.             HMStringItem    /* zoom box */
  172.             {
  173.                 "Click here to Zoom In or Zoom Out."
  174.             },
  175.             HMSkipItem {},  /* active app's inactive window */
  176.             HMStringItem    /* inactive app's window */
  177.             {
  178.                 "This is not part of the Microsoft MultiPad "
  179.                 "Application. It may be part of the Apple "
  180.                 "Finder, or some other application."
  181.             },
  182.             HMSkipItem {}   /* outside modal dialog */
  183.         }
  184. };
  185.  
  186. #ifdef _MPPC_
  187. resource 'STR ' (500)
  188. {
  189.     "This is the Win32 MultiPad sample application "
  190.     "ported to the Power Macintosh using Microsoft VC++ "
  191.     "Edition for the Apple Power Macintosh"
  192. };
  193. #else    // 68K Mac
  194. resource 'STR ' (500)
  195. {
  196.     "This is the Win32 MultiPad sample application "
  197.     "ported to the Macintosh using Microsoft VC++ Edition "
  198.     "for the Apple Macintosh"
  199. };
  200. #endif
  201.  
  202. #ifdef _MPPC_
  203. resource 'cfrg' (0) {
  204.   {
  205.     kPowerPC,
  206.     kFullLib,
  207.     kNoVersionNum,kNoVersionNum,
  208.     0, 0,
  209.     kIsApp,kOnDiskFlat,kZeroOffset,kWholeFork,
  210.     ""
  211.   }
  212. };
  213. #endif
  214.  
  215.